* {
  box-sizing: border-box;
}
body { 
	margin: 0;
	background-color: #ffffff;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	text-align: left;
	z-index: -3;
}

h1 { 
	font-size: 32px; /* 32px/16=2em */
	font-weight: bold;
}

h2 {
	font-size: 20px;
	font-weight: normal;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

p {
	font-size: 16px;
	font-weight: normal;
}

span {
	font-family: Dancing Script;
	font-weight: cursive; 
	font-size: 26px;
}

header {
	margin: 0;
 	background-color: #ffffff;
	width: auto;
	padding: 10px;
  	text-align: right;
  	font-size: 20px;
  	color: #575756;
}

#bar-top {
	margin-top: -20px;
	z-index: 1;
}

#bar-middle {
	margin-top: -20px;
}

#bar-bottom {
	margin-top: -20px;
}

.left {
	width: 32%;
	float: left; 
}

.middle {
	width: 32%;
	margin: 0% 2%;
	float: left; 
}

.right {
	width: 32%;
	float: right;
}

.only {
	width: 100%;
	float: left;
}
.left img {
	width: 100%;
	vertical-align: bottom;
}

.middle img {
	width: 100%;
	vertical-align: bottom;
}

.right img {
	width: 100%;
	vertical-align: bottom;
}

.only img {
	width: 100%;
	vertical-align: bottom;
}

.clear {
 clear: both;
}

.navbartop {
	background-color: #575756;
	overflow: hidden;
}

.navbartop a {
	float: left;
	display: block;
	color: #e6e6e5;
	text-align: left;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 16px;
}

.navbartop a:hover {
	background-color: #e6e6e5;
	color: black;
}


.navbartop a.active {
	background-color: #ababaa;
	color: white;
}

@media screen and (max-width: 600px) {
	.navbartop a:not(:first-child) {display: none;}
	.navbartop a.icon {
    float: right;
    display: block;
		color: #ababaa;
  }
}

@media screen and (max-width: 600px) {
	.navbartop.responsive {position: relative;}
	.navbartop.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
	
  .navbartop.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.navbartop .icon {
	display: none;
	float: right;
	color: #565657;
}

.main {
  margin-left: 5%; /* Same as the width of the sidenav */
  padding: 5px 5px 20px 10px;
}

.main img {
	width: 60%,
}

.navbarmiddle {
	background-color: #575756;
	overflow: hidden;
}

.navbarmiddle a {
	float: left;
	display: block;
	color: #e6e6e5;
	text-align: left;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 16px;
}

.navbarmiddle a:hover {
	background-color: #e6e6e5;
	color: black;
}


.navbarmiddle a.active {
	background-color: #ababaa;
	color: white;
}

.navbarmiddle .icon {
	display: none;
	float: right;
	color: #565657;
}

@media screen and (max-width: 600px) {
	.navbarmiddle a:not(:first-child) {display: none;}
	.navbarmiddle a.icon {
    float: right;
    display: block;
		color: #ababaa;
  }
}

@media screen and (max-width: 600px) {
	.navbarmiddle.responsive {position: relative;}
	.navbarmiddle.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
	
  .navbarmiddle.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.navbarbottom {
	background-color: #575756;
	overflow: hidden;
}

.navbarbottom a {
	float: left;
	display: block;
	color: #e6e6e5;
	text-align: left;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 16px;
}

.navbarbottom a:hover {
	background-color: #e6e6e5;
	color: black;
}


.navbarbottom a.active {
	background-color: #ababaa;
	color: white;
}

.navbarbottom .icon {
	display: none;
	float: right;
	color: #565657;
}

@media screen and (max-width: 600px) {
	.navbarbottom a:not(:first-child) {display: none;}
	.navbarbottom a.icon {
    float: right;
    display: block;
		color: #ababaa;
  }
}

@media screen and (max-width: 600px) {
	.navbarbottom.responsive {position: relative;}
	.navbarbottom.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
	
  .navbarbottom.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.navbarfooter {
	background-color: #575756;
	overflow: hidden;
}

.navbarfooter a {
	float: left;
	display: block;
	color: #e6e6e5;
	text-align: left;
	padding: 10px 30px;
	text-decoration: none;
	font-size: 16px;
}

.navbarfooter a:hover {
	background-color: #e6e6e5;
	color: black;
}


.navbarfooter a.active {
	background-color: #ababaa;
	color: white;
}

.navbarfooter .icon {
	display: none;
	float: right;
	color: #565657;
}

@media screen and (max-width: 600px) {
	.navbarfooter a:not(:first-child) {display: none;}
	.navbarfooter a.icon {
    float: right;
    display: block;
		color: #ababaa;
  }
}

@media screen and (max-width: 600px) {
	.navbarfooter.responsive {position: relative;}
	.navbarfooter.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
	
  .navbarfooter.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
